'Declaration Public Overloads Shared Function Enum(Of T As {New, Enum, Struct})( _ ByVal defValue As T _ ) As Coders.Coder(Of T)
public static Coders.Coder<T> Enum<T>( T defValue ) where T: new(), Enum, struct
Parameters
- defValue
- The default enumeration value.
Type Parameters
- T
- The enumeration type.
Return Value
A coder for the specified enumeration type.